.product{width:100%;padding:60px 0;background:#f8f9fc; }
.product{
	
	  background-image: url(/static/tn106/img/product_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 92px;
    padding-bottom: 90px
	
}


.product .tit{width:100%;text-align: center;margin: 50px 0px 50px 0px;}
.product .tit h2{font-size: 36px}
.product .tit small{display:block;color:#878B99;font-size:14px;line-height: 60px}

.product .p_item{box-shadow:rgba(60,72,88,0.25) 0px 0px 3px 0px;background:#fff;border-radius:4px;transition:all 0.5s ease;overflow:hidden;padding: 20px}

.product .p_item .top{display:flex;align-items:center;height: 80px;margin-bottom: 10px;}
.product .p_item .top .icon{text-align:center;width:70px;line-height:70px;height:70px;background:#18065B;border-radius:50%;margin-left:10px;}
.product .p_item .top .icon i{font-size:26px;color:#fff;line-height:70px;}
.product .p_item .top .name{margin-left:30px;}
.product .p_item .top .name .title{font-size:22px;line-height:40px;color:#161c2d;font-weight:bold;margin:0;}
.product .p_item .top .name .desc{font-size:16px;color:#8492a6;}

.product .p_item .btn_list a{width: 100%}

.product .p_item:hover{box-shadow:0 5px 20px 0 rgba(0,0,0,.2);transform:translateY(-10px);}


